home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / default / cryptdisks < prev    next >
Text File  |  2009-10-14  |  486b  |  15 lines

  1. # Run cryptdisks at startup ?
  2. CRYPTDISKS_ENABLE=Yes
  3.  
  4. # Mountpoints to mount, before starting cryptsetup. This is useful for
  5. # keyfiles on removable media. Seperate mountpoints by space.
  6. CRYPTDISKS_MOUNT=""
  7.  
  8. # Default check script, see /lib/cryptsetup/checks/
  9. # Takes effect, if the 'check' option is set in crypttab without a value
  10. CRYPTDISKS_CHECK=vol_id
  11.  
  12. # Default precheck script, see 
  13. # Takes effect, if the 'precheck' option is set in crypttab without a value
  14. CRYPTDISKS_PRECHECK=
  15.